home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Moscow ML 1.31 / source code / mosml / src / config / auto-aux / schar2.c < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-03  |  77 b   |  8 lines  |  [TEXT/R*ch]

  1. signed char foo[]="\377";
  2. main()
  3. {
  4.   int i;
  5.   i = foo[0];
  6.   exit(i != -1);
  7. }
  8.